﻿body {
    margin: 0;
    height: 100vh;
    background-color: #333333 !important;
    font-family: 'Orbitron', sans-serif;
}

.box {
    width: 800px;
    height: 333px;
    background-image: url('../baseimg/logo_new.png');
    background-size:800px auto;
    background-position:top;
    background-repeat:no-repeat;
    margin:0 auto;
    margin-top:30px;
}

.titolo {
    width: 1000px;
    font-size:18pt;
    font-weight:600;
    color:#fff;
    margin: 0 auto;
    text-align:center;
    margin-bottom:10px;
}

.testo {
    width: 1000px;
    font-size: 14pt;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}